object Form1: TForm1 Left = 236 Top = 111 Width = 435 Height = 300 Caption = 'MonsterShow' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 123 Top = 32 Width = 180 Height = 30 AutoSize = False Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -17 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 123 Top = 72 Width = 180 Height = 30 AutoSize = False Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -17 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label3: TLabel Left = 123 Top = 112 Width = 180 Height = 30 AutoSize = False Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -17 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Button1: TButton Left = 153 Top = 168 Width = 120 Height = 40 Caption = 'Monster' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -17 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 17 Top = 208 Width = 120 Height = 40 Caption = 'GMonster' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -17 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = Button2Click end object Button3: TButton Left = 289 Top = 208 Width = 120 Height = 40 Caption = 'SMonster' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -17 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = Button3Click end end